projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de73f4d
)
Build libflask unconditionally since the python low-level tools
author
Ian Campbell
<ian.campbell@xensource.com>
Mon, 3 Sep 2007 14:04:03 +0000
(15:04 +0100)
committer
Ian Campbell
<ian.campbell@xensource.com>
Mon, 3 Sep 2007 14:04:03 +0000
(15:04 +0100)
require it and it does't seem to pull in any major dependencies.
The alternative would have been to hack tools/python/setup.py to
conditionally compile the flask stuff.
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index ec62aa3ead224e6b390e19e0fc00912d4eaa68b0..c150dbd984b9e0ae9f631c1fc602d525e7be80be 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-3,9
+3,7
@@
include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y :=
SUBDIRS-y += libxc
-ifeq ($(FLASK_ENABLE),y)
SUBDIRS-y += flask
-endif
SUBDIRS-y += xenstore
SUBDIRS-y += misc
SUBDIRS-y += examples